Objects > The object API > displayHelp()

 

displayHelp()

Description

If this function is defined, displays a Help button below the OK and Cancel buttons in the Parameters dialog box. This function is called when the user clicks the Help button.

Arguments

None.

Returns

Nothing.

Example

The following instance of displayHelp() opens in a browser window a file with instructions for using the object:

function displayHelp(){
	dreamweaver.browseDocument('http://people.netscape.com/andreww/dreamweaver¬
	/objects.html');
}